Trying to setup first DirectX project (don't understand the error) [on hold]

Posted by user1157885 on Game Development See other posts from Game Development or by user1157885
Published on 2013-11-06T18:51:23Z Indexed on 2013/11/06 22:10 UTC
Read the original article Hit count: 369

Filed under:
|

I've just started learning DirectX with the book "3D Game Programming with DirectX". I just finished setting up all the paths and adding the code to the project which I think I did correctly, but I get this massive error which I don't really understand and is hard to google. Could someone tell me what it means and how to fix it?

Error 1 error TRK0002: Failed to execute command: ""C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Utilities\bin\x64\fxc.exe" /nologo /Emain /Fo "C:\Desktop\DirectX 11 Projects\box\Win32Project2\Debug\color.cso" /Od /Zi "....\Book Files\3DGameProg\DVD\Code\Chapter 6 Drawing in Direct3D\Box\FX\color.fx"". The handle is invalid.

© Game Development or respective owner

Related posts about c++

Related posts about directx